* {
    margin: 0;
    padding: 0;
}


body{
    background-color: black;
    color: #ffffff;
    font-family: Arial, sans-serif;
}
.bgimage{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)),
        url(netflixbg.png);
    
}
.netflix{
    margin-left: 50px;
    margin-right: 50px;
}


h1{
    font-size: 40px;
}

h2{
    font-size: 30px;
}
.text{
    text-align: center;
    color: #ffffff;
}


.get{
    background-color: red;
    color: white;
    padding: 20px 40px;
    border-radius: 100px;
    border: none;
}



.signin{
    border-radius: 20px;
    margin-top: 53px;
    margin-right: 10px;
    padding: 10px 20px;
    float: right;
    background-color: red;
    color: white;
    border: none;
}

.netflix select{
    float: right;
    border-radius: 20px;
    margin-top: 53px;
    margin-right: 10px;
    padding: 7px 10px;
    background-color: black;
    color: white;
}



.get:hover, .signin:hover, .search button:hover{
    background-color: darkred;
    color: white;
    text-decoration: none;
    box-shadow: 2px, white;
}

/* .search h3{
    background-color: red;
    color: white;
    width: 60px;
    height: 20px;
    text-align: center;
    margin-top: -20px;

} */

.search, .search2{
    width: 100%;
    height: auto;
}

.arrow{
    color: #ffffff;
    display: inline;
}
.search input, .search2 input{
    display: inline;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    place-content: red;
    border: 1px solid rgba(0, 0, 0, 0.9);
    width: 30%;
    text-decoration: none;
    box-shadow: white;
    height: 40px;
    border-radius: 10px;
    font-size: 25px;
}

.search input:hover, .search2 input:hover{
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

.search button{
    background-color: red;
    color: white;
    border: none;
    height: 40px;
    width: 120px;
    border-radius: 10px;
    text-decoration: none;
}

.second_page, .third_page{
    margin: 150px;
}

.second_page{
    margin-top: 200px;
}

.second_page video{
    display: flex;
    text-align: center;
    margin-left: 480px;
    margin-top: -380px;
    vertical-align: baseline;
    object-fit: contain;

}

.sectext{
    margin-bottom: 150px;
}

.second_page img{
    position: absolute;
    z-index: 1;
    display: flex;
    margin-top: -450px;
    margin-left: 400px;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.third_text{
    margin-left: 600px;
    margin-top: -350px;
}

.fourth_page p, .third_text p, .second_page p{
    font-size: large;
}

.fourth_page {
    margin-top: 50px;
    margin-left: 200px;
    margin-bottom: 70px;
}
/* 
.third_page img{
    z-index: 1;
    position: fixed;
} */

.strangerthings{
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid white;
    color: white;
    border-radius: 20px;
    width: 30%;
    height: 150px;
    margin-left: 120px;
    margin-top: -150px;
    margin-top: none;
    z-index: 1;
    overflow: hidden;
    position: absolute;
}

.strangerthings-container{
    max-width: 130px;
    width: 30%;
    text-align: left;
    border-radius: 20px;
    margin-bottom: 1;
}
.strangerthings-container img{
    width: 50%;
    margin-left: 5px;
    height: 100%;
    float: left;
    margin-left: 20px;
    margin-top: -10px;
    margin-bottom: 70px;
}
.strangerthings-container .gif{
    width: 3rem;
    height: 3rem;
    margin-left: 300px;
    margin-top: -40px;
    background: url(download.gif) center center no-repeat;
}

.strangerthings-container .strange {
    white-space: nowrap;
    margin-top: 50px;
    text-align: left;
    display: block;
    font-weight: 500;
    unicode-bidi: isolate;
    margin-left: 100px;
}
.strangerthings-container .download{
    margin-left: 100px;
    margin-top: 5px;
    color: blue;
}
.FAQ {
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.faq-container {
    max-width: 800px;
    width: 100%;
}

.faq-container h1 {
    text-align: center;
    margin-bottom: 20px;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-question {
    background-color: #333;
    color: #fff;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover {
    background-color: #444;
}

.faq-question::after {
    content: '+';
    font-size: 24px;
}

.faq-answer {
    display: none;
    background-color: #444;
    padding: 15px;
    font-size: 16px;
    color: #ddd;
}

.create{
    align-items: center;
    text-align: center;
}

.create p{
    font-size: 25px;
}

.create .search2 button{
    background-color: red;
    color: white;
    height: 40px;
    width: 120px;
    border-radius: 10px;
    border: none;
}

.create .search2 input{
    width: 30%;
    height: 40px;
    font-size: 25px;
}

.fifth_page img{
    margin-top: 50px;
    margin-left: 100px;
    margin-bottom: 70px;
}

.fifth_text {
    margin-left: 750px;
    /* margin-top: 10px; */
    margin-top: -400px;

}



.fifthsmall{
    font-size: large;
}

.last_page{
    color: rgb(192, 192, 192);
    margin-left: 100px;
    margin-top: 50px;
}

table, tr, td{
    margin-left: -100px;
    border-spacing: 100px 10px;
    border-collapse: separate;
}


.last_page a{
    color: rgb(192, 192, 192);
}

.langauge{
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: solid;
}

@media (max-width: 600px) {
    .bgimage {
        height: auto;
        padding: 20px;
    }

    .netflix {
        margin-left: 20px;
        margin-right: 20px;
    }

    .signin {
        margin-top: 20px;
        padding: 10px 15px;
        font-size: 12px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    .search input, .search2 input {
        width: 80%;
        font-size: 18px;
    }

    .search button, .search2 button {
        width: 100px;
        font-size: 14px;
    }

    .second_page, .third_page, .fourth_page, .fifth_page {
        margin: 20px;
    }

    .sectext, .third_text, .fifth_text {
        margin: 0 auto;
        text-align: center;
    }

    .second_page img, .third_page img, .fifth_page img {
        width: 100%;
        height: auto;
    }

    .faq-container {
        width: 100%;
        padding: 10px;
    }

    table {
        display: block;
        width: 100%;
    }

    table tr, table td {
        width: 100%;
        text-align: center;
    }

    .last_page {
        margin-left: 0;
    }
}

/* For Tablets */
@media (max-width: 900px) {
    .bgimage {
        height: auto;
        padding: 40px;
    }

    .netflix {
        margin-left: 30px;
        margin-right: 30px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    .search input, .search2 input {
        width: 70%;
        font-size: 22px;
    }

    .search button, .search2 button {
        width: 120px;
        font-size: 16px;
    }

    .second_page, .third_page, .fourth_page, .fifth_page {
        margin: 50px;
    }

    .sectext, .third_text, .fifth_text {
        text-align: center;
    }

    .second_page img, .third_page img, .fifth_page img {
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .faq-container {
        width: 90%;
        padding: 20px;
    }

    table {
        width: 100%;
    }

    table tr, table td {
        text-align: center;
    }

    .last_page {
        margin-left: 0;
    }
}

/* Additional hover effects */
.get:hover, .signin:hover, .search button:hover, .search2 button:hover {
    background-color: darkred;
}